home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / tcp / samba_2.0.7.lha / source / amiga_rcs / stdio.h < prev    next >
C/C++ Source or Header  |  2000-12-25  |  2KB  |  137 lines

  1. head    1.4;
  2. access;
  3. symbols
  4.     V1_19:1.4
  5.     V1_18:1.3
  6.     V1_15:1.3
  7.     V1_12:1.2
  8.     V1_11:1.2
  9.     V1_10:1.2
  10.     V1_9:1.2
  11.     V1_8:1.2
  12.     V1_7:1.2
  13.     V1_6:1.2
  14.     V1_5:1.2
  15.     V1_4:1.2
  16.     V1_3:1.2
  17.     V1_2:1.2
  18.     V1_1:1.1;
  19. locks
  20.     olsen:1.4; strict;
  21. comment    @ * @;
  22.  
  23.  
  24. 1.4
  25. date    2000.12.25.11.49.47;    author olsen;    state Exp;
  26. branches;
  27. next    1.3;
  28.  
  29. 1.3
  30. date    2000.05.22.19.09.41;    author olsen;    state Exp;
  31. branches;
  32. next    1.2;
  33.  
  34. 1.2
  35. date    99.02.20.10.39.38;    author olsen;    state Exp;
  36. branches;
  37. next    1.1;
  38.  
  39. 1.1
  40. date    99.02.13.10.11.06;    author olsen;    state Exp;
  41. branches;
  42. next    ;
  43.  
  44.  
  45. desc
  46. @.
  47. @
  48.  
  49.  
  50. 1.4
  51. log
  52. @.
  53. @
  54. text
  55. @#ifndef _WRAPPER_STDIO_H
  56. #define _WRAPPER_STDIO_H 1
  57.  
  58. /*
  59.  * $Id: stdio.h 1.3 2000/05/22 19:09:41 olsen Exp olsen $
  60.  *
  61.  * :ts=4
  62.  *
  63.  * AmigaOS wrapper routines for Samba 2.0.0, using the AmiTCP V3 API
  64.  * and the SAS/C V6.58 compiler.
  65.  *
  66.  * Copyright (C) 1999-2000 by Olaf `Olsen' Barthel <olsen@@sourcery.han.de>
  67.  *
  68.  * This program is free software; you can redistribute it and/or modify
  69.  * it under the terms of the GNU General Public License as published by
  70.  * the Free Software Foundation; either version 2 of the License, or
  71.  * (at your option) any later version.
  72.  * 
  73.  * This program is distributed in the hope that it will be useful,
  74.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  75.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  76.  * GNU General Public License for more details.
  77.  * 
  78.  * You should have received a copy of the GNU General Public License
  79.  * along with this program; if not, write to the Free Software
  80.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  81.  */
  82.  
  83. /****************************************************************************/
  84.  
  85. #include "include:stdio.h"
  86.  
  87. /* We are going to replace these. */
  88. #undef access
  89. #undef printf
  90. #undef putchar
  91. #undef getchar
  92. #undef getc
  93. #undef rewind
  94.  
  95. /******************************************************************************/
  96.  
  97. #endif /* _WRAPPER_STDIO_H */
  98. @
  99.  
  100.  
  101. 1.3
  102. log
  103. @.
  104. @
  105. text
  106. @d5 1
  107. a5 1
  108.  * $Id: stdio.h 1.2 1999/02/20 10:39:38 olsen Exp olsen $
  109. d9 1
  110. a9 1
  111.  * AmigaOS wrapper routines for Samba 2.0.0, using the AmiTCP V4 API
  112. @
  113.  
  114.  
  115. 1.2
  116. log
  117. @.
  118. @
  119. text
  120. @d5 1
  121. a5 1
  122.  * $Id: stdio.h 1.1 1999/02/13 10:11:06 olsen Exp olsen $
  123. d12 1
  124. a12 1
  125.  * Copyright (C) 1999 by Olaf `Olsen' Barthel <olsen@@sourcery.han.de>
  126. @
  127.  
  128.  
  129. 1.1
  130. log
  131. @.
  132. @
  133. text
  134. @d36 2
  135. d39 1
  136. @
  137.